@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body { font-family: 'Poppins', sans-serif; color: #000; }
a { color: #000; transition: all ease 0.5s; outline: none; }
a:hover, a:active, a:focus { color: #000; outline: none; transition: all ease 0.5s; text-decoration:none; }
a.text-primary:focus, a.text-primary:hover { color: #ff6600 !important; }
.btn-link:hover , .btn-link.focus, .btn-link:focus { text-decoration: none; }
.bg-primary { background-color: #ff6600 !important; }
.text-primary { color: #ff6600 !important; }
.bg-dark { background-color: #222222 !important; }
header { background-color:#ff6600; }

.btn-primary , .nav-pills .nav-link.active, .nav-pills .show > .nav-link { background-color: #ff6600; border-color: #ff6600; }
.btn-primary:hover , .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle { background-color: #ff8838;	border-color: #ff8838; }
.btn-primary.focus, .btn-primary:focus , .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus { box-shadow: none; }
.font-weight-bold { font-weight:600 !important }
.form-control:focus { box-shadow: none; border-color:#ff6600; }
.bg-inner { background:url(../images/bg.jpg) repeat center top; }

h6 { line-height:1.5 }
 
ul.points { margin:0px; padding:0px; }
ul.points li { list-style-type: none; padding-bottom: 20px; position: relative; padding-left: 30px; }
ul.points li:before { content:""; content: "\f058"; font-family: 'Line Awesome Free'; font-style: normal; font-weight: 900; position:absolute; left:0; color:#ff6600; font-size:1.25rem; left:0; top:-3px }

.form-check-label > a:hover, .form-check-label > a:focus, .form-check-label > a:active { color:#ff6600 !important; text-decoration:none; outline: none; transition: all ease 0.5s; text-decoration:none; }

